func os.chmodat

2 uses

	os (current package)
		root_openat.go#L70: 		return struct{}{}, chmodat(parent, name, mode)
		root_unix.go#L176: func chmodat(parent int, name string, mode FileMode) error {